object Update: TUpdate Left = 482 Top = 478 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Update' ClientHeight = 83 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblDescription: TLabel Left = 8 Top = 8 Width = 53 Height = 13 Caption = 'Description' end object lblCommand: TLabel Left = 8 Top = 32 Width = 93 Height = 13 Caption = 'Un-install Command' end object edtDescription: TEdit Left = 136 Top = 4 Width = 265 Height = 21 TabOrder = 0 end object edtCommand: TEdit Left = 136 Top = 28 Width = 265 Height = 21 TabOrder = 1 end object Button1: TButton Left = 328 Top = 56 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = btnCancelClick end object Button2: TButton Left = 248 Top = 56 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 3 OnClick = btnOKClick end end